//==============================================================================
// Pickup Restoration_anim.txt
//==============================================================================

//==============================================================================
define icon
{
    set hotspot
    {
        version
        {
            Visualparticle Power Apple
        }
    }
}

//==============================================================================
define blobshadow
{
    set hotspot
    {
        version
        {
            Visualparticle Pickup Shadow
        }
    }
}

//==============================================================================
define death
{
    set hotspot
    {
        version
        {
            Visualparticle Power Apple Death
        }
    }
}

//==============================================================================
define sparkle
{
    set hotspot
    {
        version
        {
            Visualparticle SFX Sparkle
        }
    }
}

//==============================================================================
define heal
{
    set hotspot
    {
        version
        {
            Visualparticle sfx a heal light small
        }
    }
}

//==============================================================================
define sparklebirth
{
    set hotspot
    {
        version
        {
            Visualparticle SFX Sparkle
        }
    }
}

//==============================================================================
define raybirth
{
    set hotspot
    {
        version
        {
            Visualparticle SFX Pickup Sunlight
        }
    }
}

//==============================================================================
define groundglowbirth
{
    set hotspot
    {
        version
        {
            Visualparticle SFX Pickup Ground Glow
        }
    }
}

//==============================================================================
anim birth
{
	SetSelector
	{
		set hotspot
		{
			version
			{
				VisualNone jimmy
				tag SpecificSoundSet 0.05 false PowerUpThunder checkVisible
				Connect hotspot groundglowbirth hotspot
				Connect hotspot sparklebirth hotspot
				Connect hotspot raybirth hotspot
				length 1.0
			}
		}
	}
}

//==============================================================================
anim Idle
{
	SetSelector
	{
		set hotspot
		{
			version
			{
				VisualNone jimmy
				Connect hotspot icon hotspot
				Connect hotspot blobshadow hotspot
				Connect hotspot heal hotspot
			}
		}
	}
}

//==============================================================================
anim Death
{
	SetSelector
	{
		set hotspot
		{
			version
			{
				VisualNone jimmy
				Connect hotspot death hotspot
				Connect hotspot sparkle hotspot
			}
		}
	}
}


